use a signed type for waypt_counts and route counts. (#1307)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Tue, 30 Jul 2024 23:31:08 +0000 (17:31 -0600)
committerGitHub <noreply@github.com>
Tue, 30 Jul 2024 23:31:08 +0000 (17:31 -0600)
commit0080d0410305fdd6e4d4516b4c229693690df670
tree5239385cc1b6aefe976b570f294f315dd2ee8e6b
parentb1d2df5c9ccadb058d6edb9310329396d90c6315
use a signed type for waypt_counts and route counts. (#1307)

* use a signed type for waypt_counts and route counts.

Although larger in Qt6, the underlying type is signed.

* fix -Wformat-signedness warnings introduced by this PR.

* fix new -Wsign-conversion warnings.
defs.h
kml.cc
kml.h
route.cc
tpg.h
validate.cc
validate.h
waypt.cc